home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / deletespaceeol.fpl.readme < prev    next >
Text File  |  1995-07-18  |  767b  |  24 lines

  1. ############################################
  2. File:        DeleteSpaceEOL.FPL
  3. Author:        Daniel Stenberg
  4. Email:        Daniel.Stenberg@sth.frontec.se, FidoNet 2:201/328
  5. Short:        Cleans off traling white spaces from every line in a buffer
  6. Version:    1.0
  7. Date:        1.3.95
  8. Local settings:
  9. Global settings: "cut_trails"
  10. Keysequence:
  11. Type:        function/hook/menu
  12. Prereq:        Menu.FPL
  13. ############################################
  14.  
  15. FUNCTION
  16.   Scans the buffer for lines that ends with white spaces and removes those.
  17. The scan is done at save time and only if the 'cut_trails' boolean is
  18. enabled.
  19.   This program also adds a boolean sub menu item under the
  20. 'customizing->program' item in a regular (no too much changed) Menu.FPL menu.
  21.  
  22. HISTORY
  23.   1.0 - New! I removed the previous version of this file!!
  24.